'宣言 Public Overloads Overrides Function Evaluate( _ ByVal oldResult As IAggregationResult(Of Short,Short), _ ByVal aggregateable As IAggregateable, _ ByVal items As IEnumerable _ ) As IAggregationResult(Of Short,Short)
public override IAggregationResult<short,short> Evaluate( IAggregationResult<short,short> oldResult, IAggregateable aggregateable, IEnumerable items )